home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act6b / 00046.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  298 b   |  12 lines

  1. on mouseDown
  2.   set myclick to the clickOn
  3.   set the foreColor of sprite myclick to 0
  4.   set the backColor of sprite myclick to 255
  5.   repeat while the mouseDown
  6.     updateStage()
  7.   end repeat
  8.   set the foreColor of sprite myclick to 255
  9.   set the backColor of sprite myclick to 0
  10.   updateStage()
  11. end
  12.